iPhone App that only shows a webpage. Allowed in App Store? [closed]
Posted
by
aioobe
on Programmers
See other posts from Programmers
or by aioobe
Published on 2011-11-30T08:36:40Z
Indexed on
2011/11/30
10:31 UTC
Read the original article
Hit count: 160
I'm building a mobile web-app.
One of the requirements from my client is that the user should be able to install (through App Store) a program that displays the webpage.
I'm thinking of either just displaying a UIWebView
with the web-page or opening the webpage in the browser.
This would be my first experience with App Store, so I'd like to ask:
Would I run into any troubles regarding acceptance in App Store for such "just-show-whatever-the-server-gives-me" application?
© Programmers or respective owner